#slider-base img{
    object-fit: cover;
    /* height: calc(100vh - 280px); */
    height: 100%;
}

#slider-base .slick-list.draggable, #slider-base .slick-track {
    height: 100%;
}

#slider-base{
    /* height: 70vh; */
    height: 600px;

}

#slider-base img.center{
    object-position: center;
}

#slider-base img.top{
    object-position: top;
}

#slider-base img.bottom{
    object-position: bottom;
}

#slider-base .prev {
    left: 25px;
}

#slider-base .next {
    right: 25px;
}

#slider-base .prev, #slider-base .next {
    z-index: 1;
}

#slider-base .prev, #slider-base .next {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
}

#slider-base .overlay {
    position: absolute;
    bottom: 15%;
    left: 0;
    color: white;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#slider-base .overlay h2 {
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    font-weight: 500;
    margin-bottom: 0;
    font-size: 3.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: capitalize!important;
}
#slider-base .overlay h3 {
    font-size: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-weight: 400;
}

img[src*="agriturismo_header"] {
    object-position: right;
}

@media (max-width:500px){
    #slider-base {
        height: 400px;
    }
}